RelationshipDiagramLinkType

Defines the options for relationship diagram link.
 

Example

The following is an example of how to reference the RelationshipDiagramLinkType object:

	// The full path is required.
	dundas.controls.RelationshipDiagramLinkType.CURVE
	

 

Properties

 
  Name Description
  CURVE Draws an arc from source to target node.
  LINE Draws a line from source to target node.